Add sample .conkyrc + note about bar_action = conky for +A bar readout #436
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The one trouble with using a shell script for the spectrwm bar is that any shell scripts is not going to be portable/cross-platform. What made this apparent to me was trying to find a script to clone (as a non-programmer and non-scripter) for my FreeBSD installation; the default baraction.sh in the FreeBSD package is actually written for OpenBSD, and most iterations across the Web are for GNU/Linux (and written in Bash rather than Bourne or another more common *BSD shell).
A conky configuration, however, is almost entirely cross-platform (save odds and ends like mixer vs. pulseaudio) -- and easy. I think that it would be good for the project to include a sample conky configuration and a note about the option of installing and using conky directly in the same .spectrwm.conf file. What I have done here is a (very) simple iteration of just that idea.
Many thanks for all of your great work on my favorite window manager, folks.